home *** CD-ROM | disk | FTP | other *** search
- ;
- ; DVcam.INF -- This file contains installation information for DVcam
- ; Copyright (c) 1999 Texas Instruments, Incorporated
- ;
-
- [Version]
- LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
- signature="$CHICAGO$"
- ;CatalogFile=DVCam.CAT
- Class=MEDIA
- ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
- Provider=%TI%
-
- [ControlFlags]
- ExcludeFromSelect=*
-
- [Manufacturer]
- %TIMfg%=TI
-
- [DestinationDirs]
- defaultdestdir=11
- DVcam.CopyDrivers=10,system32\drivers
-
- [TI]
- %1394\A02D&10001.DeviceDesc%=DVcam.Device,1394\A02D&10001
- %1394\A02D&10000.DeviceDesc%=DVcam.Device,1394\A02D&10000
-
- [DVcam.Device]
- Include= ks.inf, kscaptur.inf
- Needs= KS.Registration,KSCAPTUR.Registration
- AddReg= DVcam.AddReg,TI.VidFormat, TI.PinNames
- CopyFiles= DVcam.CopyDrivers
- DelFiles= DVcam.DelDrivers
- KnownFiles= DVcam.KnownFiles
-
- [DVcam.Device.NT]
- Include= ks.inf, kscaptur.inf, ksfilter.inf
- Needs= KS.Registration,KSCAPTUR.Registration.NT,MSPCLOCK.Installation
- AddReg= DVcam.AddReg,TI.VidFormat, TI.PinNames
- CopyFiles= DVcam.CopyDrivers
- DelFiles= DVcam.DelDrivers
- KnownFiles= DVcam.KnownFiles
-
- [DVcam.AddReg]
- HKR,,DevLoader,,*ntkern
- HKR,,NTMPDriver,,DVcam.sys
- ;HKR,,PageOutWhenUnopened,3,01
- HKR,,DontSuspendIfStreamsAreRunning,3,01
-
- [TI.PinNames]
- HKLM,%MediaCategories%\%GUID.DVAVOutput%,Name,,%Pin.DVAVOutput%
- HKLM,%MediaCategories%\%GUID.DVAVOutput%,Display,1,00,00,00,00
- HKLM,%MediaCategories%\%GUID.DVAVInput%,Name,,%Pin.DVAVInput%
- HKLM,%MediaCategories%\%GUID.DVAVInput%,Display,1,00,00,00,00
-
- [DVcam.CopyDrivers]
- ;DVcam.sys
- stream.sys
-
- [DVcam.DelDrivers]
- ks.sys,,,1
- stream.sys,,,1
- dvcam.sys,,,1
-
- [DVcam.KnownFiles]
- DVcam.sys=safe
-
- [DVcam.Device.Interfaces]
- AddInterface=%KSCATEGORY_CAPTURE%,GLOBAL,VideoCapture
-
- [DVcam.Device.NT.Interfaces]
- AddInterface=%KSCATEGORY_CAPTURE%,GLOBAL,VideoCapture
-
- [VideoCapture]
- AddReg=VideoCapture.AddReg
-
- [VideoCapture.AddReg]
- HKR,,CLSID,,%ProxyVcap.CLSID%
- HKR,,FriendlyName,,%DVCam.Capture%
-
- [DVcam.Device.NT.Services]
- AddService = DVcam,0x00000002,DVcam.ServiceInstall
-
- [DVcam.ServiceInstall]
- DisplayName = %DVcam.DeviceDesc%
- ServiceType = %SERVICE_KERNEL_DRIVER%
- StartType = %SERVICE_DEMAND_START%
- ErrorControl = %SERVICE_ERROR_NORMAL%
- ServiceBinary = %10%\system32\drivers\DVcam.sys
-
- [SourceDisksNames]
- 1 = "Studio DV Drivers Disk",,,%10%\system32\drivers
-
- [SourceDisksFiles]
- dvcam.sys = 1,,
-
- ;---------------------------------------------------------------
- ; S t r i n g s
- ;---------------------------------------------------------------
-
- [Strings]
- TI="Texas Instruments"
- CameraClassName="Camcorder device"
-
- ;----------------
- ; Non-Localizable
- ;----------------
-
- ; note: only register value is case sensitive, key is not.
- ProxyVCap.CLSID="{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
-
- GUID.DVAVOutput="{43A57DC0-2BC0-11d2-BF31-00600838D2C9}"
- GUID.DVAVInput="{43A57DC1-2BC0-11d2-BF31-00600838D2C9}"
-
- KSCATEGORY_CAPTURE="{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
- Pin.DVAVOutput="DVOut (Type1)"
- Pin.DVAVInput="DVIn (Type1)"
-
- SERVICE_KERNEL_DRIVER=1
- ; PnP should use demand start
- SERVICE_DEMAND_START=3
- SERVICE_ERROR_NORMAL=1
-
- SERVICE_KERNEL_DRIVER=1
- SERVICE_AUTO_START=2
-
- MediaCategories="SYSTEM\CurrentControlSet\Control\MediaCategories"
- ;----------------
- ; Localizable
- ;----------------
- TIMfg="Texas Instruments"
- 1394\A02D&10000.DeviceDesc="1394 DV Camcorder"
- 1394\A02D&10001.DeviceDesc="1394 DV Camcorder"
-
- DVcam.DeviceDesc="DVCam Capture"
- DVcam.Capture="DVcam Capture"
-